home *** CD-ROM | disk | FTP | other *** search
/ Developer CD Series 1996 July: Mac OS SDK / Dev.CD Jul 96 SDK / Dev.CD Jul 96 SDK1.toast / Development Kits (Disc 1) / AOCE / Development Tools / Sample Code / Messaging Service Access Module / Internet PMSAM / Internet PMSAM source / myevents.h < prev    next >
Encoding:
C/C++ Source or Header  |  1993-02-19  |  452 b   |  16 lines  |  [TEXT/MPS ]

  1. /*----------------------------------------------------------
  2.  
  3. AOCE Post Office Protocol (3)
  4. Personal Gateway
  5.  
  6. written by Steven Falkenburg-- MacDTS
  7. ©1991-1993 Apple Computer, Inc.
  8.  
  9. ----------------------------------------------------------*/
  10.  
  11. #pragma once
  12.  
  13. OSErr HandleEvent(EventRecord *ev,Boolean inMainEventLoop);
  14. OSErr DoHighLevelEvent(EventRecord *ev,Boolean inMainEventLoop);
  15. OSErr HandleCoreEvents(long messageID,Ptr buff,unsigned long msgLen);
  16.